home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / PowerFantasm™ 4.19a / Beginners guide / Beginners Mac Assembly - ed.srd / Beginners Mac Assembly - ed.srd.rsrc / PICT_43.png < prev    next >
Portable Network Graphic  |  1996-08-28  |  130KB  |  816x1056  |  8-bit (256 colors)
OCR: Wed Aug 28 1996 Beginners Guide Macintosh Assembly Language Programming 43age BCC branch if the carry bit is clear (a zero BCS branch the carry bit S set (a one BEQ branch equal. BGE Branch greater than I0 equal. BGT Branch greater than BHI Branch higher than. This is the same as BGT except its used on unsigned numbers. BLE Branch if less than or equal. BLS Branch if lower than or the same The same as BLE except pesn for unsigned numbers. BLT Branch less than. BMI Branch minus. BNE Branch not equal. BPI Branch f plus. BVC Branch if the V bit Is clear. Means branch if there was no overflow BVS Branch if the bit set there was overf flow BRA Always branch There are two other instructions that use these flags in the same way Scc The first is the SET instruction. This is used to set i byte IF c ...